CommonEvent 671
Name = "イベント：クィーンエルフ"

  999([671])
  ControlSwitches([73, 73, 0])
  ConditionalBranch([1, 129, 0, 0, 0])
    ShowTextAttributes(["queenelf_fc1", 0, 0, 2])
    ShowText(["\\n<Queen Elf>I can teach you the ancient bow skill handed down to the Queen of Elves. Or would you prefer for your bow skills to rely on other strengths?"])
    ShowText([""])
    ShowText([""])
    Label(["選択"])
    ShowChoices([["Elemental Arrow", "Bow Ability Set", "No thanks"], 3])
    When([0, "エレメンタルアロー"])
      ShowTextAttributes(["", 0, 0, 2])
      ShowText(["Who will learn Elemental Arrow?"])
      Script(["names = party_members.collect{|m|m.name}"])
      ScriptMore(["unlimited_choices(11, names)"])
      ScriptMore(["actor = party_members[$game_variables[11]]"])
      ScriptMore(["$game_variables[10] = actor ? actor.id : 0"])
      ConditionalBranch([1, 10, 0, 0, 0])
        ControlSwitches([73, 73, 1])
        ExitEventProcessing([])
        Empty([])

      BranchEnd([])
      ConditionalBranch([12, "actor_skill_have?(v(10),1221)"])
        ShowTextAttributes(["", 0, 0, 2])
        ShowText(["That character already knows Elemental Arrow..."])
        JumpToLabel(["選択"])
        Empty([])

      BranchEnd([])
      ControlVariables([129, 129, 0, 0, 1])
      ChangeSkills([1, 10, 0, 1221])
      PlaySE(["RPG::SE(@name=\"Item1\", @pitch=100, @volume=80)"])
      ShowTextAttributes(["", 0, 0, 2])
      ShowText(["You learned \\I[1345]\\C[1]Elemental Arrow\\C[0]!"])
      ControlSwitches([73, 73, 1])
      ExitEventProcessing([])
      Empty([])

    When([1, "弓技アビリティ"])
      ShowTextAttributes(["", 0, 0, 2])
      ShowText(["Who will learn the Bow Ability Set?"])
      Script(["names = party_members.collect{|m|m.name}"])
      ScriptMore(["unlimited_choices(11, names)"])
      ScriptMore(["actor = party_members[$game_variables[11]]"])
      ScriptMore(["$game_variables[10] = actor ? actor.id : 0"])
      ConditionalBranch([1, 10, 0, 0, 0])
        ControlSwitches([73, 73, 1])
        ExitEventProcessing([])
        Empty([])

      BranchEnd([])
      ConditionalBranch([12, "actor_skill_have?(v(10),6745)"])
        ShowTextAttributes(["", 0, 0, 2])
        ShowText(["That character already has that set..."])
        JumpToLabel(["選択"])
        Empty([])

      BranchEnd([])
      ControlVariables([129, 129, 0, 0, 1])
      ChangeSkills([1, 10, 0, 6745])
      ChangeSkills([1, 10, 0, 6746])
      ChangeSkills([1, 10, 0, 6747])
      PlaySE(["RPG::SE(@name=\"Item1\", @pitch=100, @volume=80)"])
      ShowTextAttributes(["", 0, 0, 2])
      ShowText(["You learned \\I[97]\\C[1]Technical Arrow\\C[0]!"])
      ShowText(["You learned \\I[97]\\C[1]Magical Arrow\\C[0]!"])
      ShowText(["You learned \\I[97]\\C[1]Mind Arrow\\C[0]!"])
      ControlSwitches([73, 73, 1])
      ExitEventProcessing([])
      Empty([])

    When([2, "必要ない"])
      ControlSwitches([73, 73, 1])
      ExitEventProcessing([])
      Empty([])

    ChoicesEnd([])
    Empty([])

  BranchEnd([])
  ConditionalBranch([1, 129, 0, 1, 0])
    ShowTextAttributes(["queenelf_fc1", 0, 0, 2])
    ShowText(["\\n<Queen Elf>Elves are traditionally skilled with the bow...\nEven now as the Queen, I do not neglect to train myself."])
    ShowText([""])
    ShowText([""])
    ControlSwitches([73, 73, 1])
    ExitEventProcessing([])
    Empty([])

  BranchEnd([])
  Empty([])
